Toposolid.CreateSubDivision
Description:
Creates a Toposolid subdivision element with the current Toposolid as its host.
Creates a Toposolid subdivision element with the current Toposolid as its host.
Overloads (2):
CreateSubDivision(Document,ElementId,IList[CurveLoop])
-
documentThe document in which the new Toposolid is created.
-
topoTypeIdId of the Toposolid type to be used by the new subdivision.
-
IList<CurveLoop>profilesAn array of planar curve loops that represent the profiles of the Toposolid.
-
The input curve loops cannot compose a valid boundary, that means: the "curveLoops" collection is empty; or some curve loops intersect with each other; or each curve loop is not closed individually; or each curve loop is not planar; or each curve loop is not in a plane parallel to the horizontal(XY) plane; or input curves contain at least one helical curve. -or- Toposolid type is not valid for this Toposolid.
-
A non-optional argument was null